home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
etech
/
Spice
/
lib
/
scripts
/
spinit
< prev
Wrap
Text File
|
1995-06-27
|
2KB
|
73 lines
* Standard spice and nutmeg init file
* Changed to make postscript the default
* hardcopy device
alias exit quit
alias acct rusage all
set x11lineararcs
*
* New stuff below:
*
set noaskquit
set slowplot
set editor=se
* Default printer set to PostScript
* ...and some magic to make the output look
* better. To actually print something, use
* "hardcopy <filename>" instead of "plot".
set hcopydevtype=postscript
set hcopylinewidth=0.1
set hcopyscale = 2
* Plot screen defines
* The last 3 should be obvious. Leaving the
* width or height unset will leave them
* unspecified for the OpenScreenTags() call
* (so the OS will use some reasonable defaults).
* If the depth and mode are not set, then they
* will be taken from the default public screen.
* If the width/height is larger than the screen
* can handle, then the screen will scroll only
* if the plot window is the current window.
* No checking is done on any of these values;
* The only potential problem I see here (besides
* screens refusing to open) is that some people
* may think that their monitor can do DBLNTSC
* or productivity just because they dragged those
* drivers into their devs/Monitors directory.
* There is no compensation for aspect ratios
* (yet).
*set screenwidth=1600
*set screenheight=1200
*set screendepth=1
* Uncomment the following to request:
* PAL super-hires laced
* (not very pretty because of the aspect ratio).
*set screenmode=29024
* Plain Lores
*set screenmode=0
* A2024 10Hz
*set screenmode=41000
* A2024 15Hz
*set screenmode=49000
* Shell stuff
* The following will cause "spice" to pass
* commands it does not recognize to to the shell.
* ("What?"... type "dir" in spice to find out.)
* To use AmigaDOS commands that conflict with
* spice commands use "shell <...>".
set unixcom
* Enable AmigaGuide help. The path to the help file needs to
* be changed to match your local configuration. I couldn't think
* of a clever way to find it. :)
* Pre-3.x users will need to replace "multiview" with "amigaguide".
alias aghelp shell run sys:utilities/multiview :src/source/spiceguide/spice3f4.guide